home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / reve / images.h < prev    next >
C/C++ Source or Header  |  1995-05-03  |  1KB  |  41 lines

  1.  
  2. /*  @(#)images.h 1.8 91/11/07
  3.  *
  4.  *  Various images used by the graphics versions of reve.
  5.  *
  6.  *  Copyright (C) 1990, 1991 - Rich Burridge & Yves Gallot.
  7.  *  All rights reserved.
  8.  *
  9.  *  Permission is granted to copy this source, for redistribution
  10.  *  in source form only, provided the news headers in "substantially
  11.  *  unaltered format" are retained, the introductory messages are not
  12.  *  removed, and no monies are exchanged.
  13.  *
  14.  *  Permission is also granted to copy this source, without the
  15.  *  news headers, for the purposes of making an executable copy by
  16.  *  means of compilation, provided that such copy will not be used
  17.  *  for the purposes of competition in any othello tournaments, without
  18.  *  prior permission from the authors.
  19.  *
  20.  *  No responsibility is taken for any errors or inaccuracies inherent
  21.  *  either to the comments or the code of this program, but if reported
  22.  *  (see README file), then an attempt will be made to fix them.
  23.  */
  24.  
  25. #include "images/Sbutton.xbm"
  26. #include "images/Ibutton.xbm"
  27. #include "images/Nbutton.xbm"
  28. #include "images/Ncycle.xbm"
  29. #include "images/Scycle.xbm"
  30. #include "images/Lcycle.xbm"
  31. #include "images/Rcycle.xbm"
  32. #include "images/reve.xbm"
  33. #include "images/hglass.xbm"
  34. #include "images/nocur.xbm"
  35. #include "images/Sch_off.xbm"
  36. #include "images/Sch_on.xbm"
  37. #include "images/white.xbm"
  38. #include "images/black.xbm"
  39. #include "images/move.xbm"
  40. #include "images/suggest.xbm"
  41.